aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Don't test the bootstrap script. It fails when deploys are happening, which ↵Jason R. Coombs2016-03-291-2/+0
| | | | is common when releases are being made.
* Took a chance on 'env:' and lostJason R. Coombs2016-03-291-1/+0
|
* Try setting Python version and all_branches: true per ↵Jason R. Coombs2016-03-291-0/+3
| | | | https://github.com/travis-ci/dpl/issues/166
* Attempting a new streamlined, Travis-powered release process.Jason R. Coombs2016-03-291-0/+10
|
* Allow failures with pypy3 for nowMatthew Iversen2016-01-291-0/+3
|
* Test on pypy3Matt Iversen2016-01-291-0/+1
|
* No longer need to specify a version in the test run.Jason R. Coombs2015-12-151-1/+3
|
* Output the env in the test runJason R. Coombs2015-12-011-0/+3
|
* Try setting LC_CTYPE alsoJason R. Coombs2015-12-011-1/+1
|
* Reorder testsJason R. Coombs2015-12-011-1/+1
|
* Invoke old pip directlyJason R. Coombs2015-12-011-1/+1
|
* Force later pytestJason R. Coombs2015-12-011-0/+3
|
* Run tests with and without LC_ALL=CJason R. Coombs2015-12-011-1/+2
|
* Bump version installed by bootstrap testerJason R. Coombs2015-12-011-1/+1
|
* Try LC_ALLJason R. Coombs2015-12-011-1/+1
|
* I meant for the variables to be defined togetherJason R. Coombs2015-12-011-2/+1
|
* Force consistent ordering with PYTHONHASHSEED=0Jason R. Coombs2015-12-011-2/+4
|
* Travis has 3.5 now alsoJason R. Coombs2015-12-011-0/+1
|
* Always run tests with LANG=C to capture issues in that restrictive environment.Jason R. Coombs2015-12-011-2/+1
|
* Also run the tests with LANG=CJason R. Coombs2015-12-011-0/+1
|
* Dropping support for Python 3.2 and earlier Python 3 versions. Currently ↵Jason R. Coombs2015-10-221-1/+0
| | | | only log a warning, but future versions will fail.
* Now tests may be invoked simply with setup.py test.Jason R. Coombs2015-02-251-1/+1
|
* Bump script used for ez_setup.pyJason R. Coombs2015-02-161-1/+1
|
* Bump version loaded by ez_setup.pyJason R. Coombs2015-01-021-1/+1
|
* Should be sufficient to invoke ./bootstrap.Jason R. Coombs2015-01-021-2/+1
|
* Report skipped testsJason R. Coombs2014-12-311-1/+1
|
* Run bootstrap in order to purge the file finder from the egg_info (until ↵Jason R. Coombs2014-12-251-0/+3
| | | | travis is using Setuptoools 9.0).
* Test bootstrap against 7.0 release.Jason R. Coombs2014-11-251-1/+1
|
* Now that pytest is invoked via setup.py, it should no longer be necessary to ↵Jason R. Coombs2014-11-251-1/+0
| | | | continue to support running tests via setup.py test.
* Remove workaround for pytest issueJason R. Coombs2014-10-251-2/+0
|
* Build the egg_info before running testsJason R. Coombs2014-10-251-0/+1
|
* Move doctest directive and ignores to setup.cfgJason R. Coombs2014-09-271-2/+1
|
* Also ignore lib2to3_ex.pyJason R. Coombs2014-09-271-1/+2
|
* Try ignoring release.pyJason R. Coombs2014-09-271-1/+1
|
* Add doctesting of modules. Ref #259.Jason R. Coombs2014-09-271-1/+1
|
* Indicate upgrade to test pytest-555Jason R. Coombs2014-08-071-1/+1
|
* Testing fix for pytest-555Jason R. Coombs2014-08-071-2/+2
|
* Omit sudo. Hope pytest is in the virtualenv5.4.2Jason R. Coombs2014-08-011-1/+1
|
* Try running not in the context of the project under testJason R. Coombs2014-08-011-1/+1
|
* Use 'python -m' to install to active Python versionJason R. Coombs2014-08-011-1/+1
|
* Downgrade pytest to get tests to pass.Jason R. Coombs2014-08-011-0/+2
|
* Bump version pulled for testing ez_setup.pyJason R. Coombs2014-07-121-1/+1
|
* Add Python 3.4 as a testable version. Bump version pulled in bootstrap test.Jason R. Coombs2014-05-051-1/+2
|
* Also run tests under unittest for now. Ref #181.Jason R. Coombs2014-03-301-0/+1
|
* Use pytest for running tests in TravisJason R. Coombs2014-03-231-1/+1
|
* Forget --userJason R. Coombs2014-03-061-1/+1
|
* Exercise ez_setup.py now using the new version command line parameter.Jason R. Coombs2014-03-061-1/+1
|
* The DEFAULT_VERSION won't be present. Try an earlier vesion.Jason R. Coombs2014-03-061-1/+1
|
* Try invoking ez_setup.py to ensure it works at a basic levelJason R. Coombs2014-03-061-1/+3
| | | | | --HG-- extra : amend_source : 7cb5d6115f9933afd90e5d96a53af9c3ada79b80
* Travis has dropped support for Python 2.5 ↵Jason R. Coombs2013-11-231-1/+0
| | | | (http://about.travis-ci.org/blog/2013-11-18-upcoming-build-environment-updates/).