Commit graph

8 commits

Author SHA1 Message Date
Noorhteen Raja NJ
d49b164379
gitstatus modular (#4697) 2022-03-21 11:18:36 -04:00
Noorhteen Raja NJ
c578c37f83
refactor: remove non-source files from ply vendored (#4321)
* refactor: remove non-source files from ply vendored

* chore: xonsh/ply upgrade command from makefile
2021-07-01 09:35:57 -04:00
Gil Forsyth
04064eb1a4 Fix ply update directive in Makefile 2018-11-02 14:46:17 -04:00
Jamie Bliss
717874baa1 Fix amalgamation command to be more complete. Also add help and be less verbose. 2016-11-28 21:08:32 -05:00
Jamie Bliss
18833db0dd Add makefile to aggregate commands 2016-11-28 18:49:17 -05:00
Anthony Scopatz
275fd08d67 removes Makefile and related content 2016-02-19 00:03:09 -05:00
Kurtis Rader
40034d7315 Replace run_tests bash script with xsh script.
This replaces the bash script I originally proposed as a way to safely invoke
unit tests with a xonsh script (we need to eat our own dog food). This also
udpates the documentation.
2015-11-14 19:20:00 -08:00
Kurtis Rader
27132bb999 Add a makefile defining some common tasks.
This makefile makes it easier to run things like unit tests and pylint
against the code. Especially before doing a commit. It also helps ensure
unit tests are not affected by local config files (e.g., ~/.xonshrc).
2015-11-11 18:05:17 -08:00